home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3popaef.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_POSTPROCMAPPED_H = 1;
- include("real/raytr/r3mapsrc.js")
-
-
- var R3CLID_POSTPARTICLEEFFECT = 703;
-
-
-
-
- // Description: enumerate all raysample channels that are needed (to render by raytracer)
- // p1: Object, retobj
- // p3: Integer, retmth
-
- R3PPEM_ENUMNEEDEDCHANNELS = 703002;
-
- function mR3PPEM_ENUMNEEDEDCHANNELS(p1, p3) {
- DoA2(this.r3obj, 703002, p1, R3TID_OBJECT, 0, p3, R3TID_INTEGER, 0);
- }
-
-
-
-
- R3PPEA_XExtend = 703513;
- function GetR3PPEA_XExtend() {
- return R3Get(this.r3obj, R3PPEA_XExtend, R3TID_INTEGER, 0);
- }
-
- R3PPEA_YExtend = 703514;
- function GetR3PPEA_YExtend() {
- return R3Get(this.r3obj, R3PPEA_YExtend, R3TID_INTEGER, 0);
- }
-
- R3PPEA_XExtendRel = 703515;
- function GetR3PPEA_XExtendRel() {
- return R3Get(this.r3obj, R3PPEA_XExtendRel, R3TID_FLOAT, 0);
- }
-
- R3PPEA_YExtendRel = 703516;
- function GetR3PPEA_YExtendRel() {
- return R3Get(this.r3obj, R3PPEA_YExtendRel, R3TID_FLOAT, 0);
- }
-
- var R3PPEA_ResolX = 703517; // Integer
- var R3PPEA_ResolY = 703518; // Integer
- R3PPEA_Active = 703519;
- function SetR3PPEA_Active(value) {
- R3Set(this.r3obj, R3PPEA_Active, value, R3TID_INTEGER, 0);
- }
-
- function GetR3PPEA_Active() {
- return R3Get(this.r3obj, R3PPEA_Active, R3TID_INTEGER, 0);
- }
-
- var R3PPEA_Tracer = 703520; // Object
- var R3PPEA_TraceMethod = 703521; // Integer
- var R3PPE_PERSPECTIVE = 0;
- var R3PPE_ORTHOGRAPHIC = 1;
-
-
- function r3Postparticleeffect () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_POSTPARTICLEEFFECT, arguments);
- }
- // Methods
- this.ENUMNEEDEDCHANNELS=mR3PPEM_ENUMNEEDEDCHANNELS;
-
- // Attributes
- this.GetXExtend=GetR3PPEA_XExtend;
- this.GetYExtend=GetR3PPEA_YExtend;
- this.GetXExtendRel=GetR3PPEA_XExtendRel;
- this.GetYExtendRel=GetR3PPEA_YExtendRel;
- this.GetActive=GetR3PPEA_Active;
- this.SetActive=SetR3PPEA_Active;
- }
-
- r3Postparticleeffect.prototype=new r3Frmapsource;
- // r3popaef.h_H